SftTree/OCX 7.0

SftTree.License Property

Softel vdm, Inc.

Returns the product's license number.

Syntax       

Get

VB.NET

Text = object.License  As String

VB

Text = object.License  As String

C#.NET

string Text = object.License;

VC++

_bstr_t Text = object->License;
_bstr_t Text = object->GetLicense();

C

HRESULT object->get_License(BSTR* Text);

Delphi

Text := object.License   : WideString;

object

A SftTree object.

Text

Returns the product's license number.

Comments

The License property returns the product's license number.

The License property returns the license number of the current installation of SftTree/OCX.  A demo version of the product does not have a license number.

The license number is used for product support.  When requesting product support, please always include your license number. Without your license number we will not be able to help you.

See Also  SftTree Object | Object Hierarchy


Feedback / comments / error reports for this topic
© 2015 - Softel vdm, Inc. - www.softelvdm.com